Tags: creating

AIX: Creating Volume Groups

Aix Send feedback »
Prerequisites Before you start to set up the necessary file systems , carefully plan their distribution to available disks. Decide whether one or more volume groups (VGs) should be used. Procedure 1. Enter the command smitty.2. Select:Physical &… more »

Oracle: Usefull Commands

Technology, Oracle Send feedback »
1.EXPORT: exp system@test owner=test123 file=d:\oracle\user.dmp log=d:\oracle\userdump.log rows=y statistics=none feedback=100 indexes=y consistent=y compress=n; (for individual tables=table1,table2,.....) 2.IMPORT: imp system@test fromu… more »

Windows: Creating an aligned GPT partition by using diskpart

Technology, Windows 1 feedback »
To create a 1GB partition on an empty GPT disk: C:\>diskpart Microsoft DiskPart version 5.1.3565 Copyright (C) 1999-2003 Microsoft Corporation. On computer: NNII0280 DISKPART> Select Disk 1 Disk 1 is now the selected disk. DISKPART> creat… more »