DG/UX : disk names ?!


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory DG/UX : disk names ?!
# 1  
Old 09-30-2002
DG/UX : disk names ?!

hi there,

i normaly worked with linux, but at the moment i have to setup an dg/ux maschine ( intel based ).

ok, now i want to wirte a simple backup script :-)
i will use dd to copy scsi disk 1 to disk 2 :-)
under linux i would write something liek this :

dd if=/dev/sda of=/dev/sdb

or equal. but i don't understand the diskname system of the dg/ux system. i looked in /dev/dsk but i wondering about the devices there ....
in sysadm i have registert and formatet the destination disk. here some parameters :

source scsi disk = sd(apsc(pci(0),9,0,7),0,0)
destination dsik = sd(apsc(pci(0),9,0,7),4,0)

ok, if i start sysadm -> Device -> Disk -> Physical -> Copy and follow the instructors the system will successfull copy.

but this way needs to be connected and start it manual at the prompt.


can some one help / or tell me the disk names ?

have a nice day
Patrick k.
# 2  
Old 09-30-2002
Try using the "mount" command with no options to see what filesystems are currently mouted - that should give you an idea of what the disk names are.

Also, you may have luck searching Google...
# 3  
Old 10-01-2002
i have used the mount comamnd bevore posting.....
but i wondering about the output :

# mount
/dev/dsk/root on / type dg/ux (rw)
/dev/dsk/usr on /usr type dg/ux (rw,largefiles)
/dev/dsk/usr_opt_sdk on /usr/opt/sdk type dg/ux (rw,largefiles)
/dev/dsk/usr_opt_networker on /usr/opt/networker type dg/ux (rw,largefiles)
/dev/dsk/usr_opt_X11 on /usr/opt/X11 type dg/ux (rw,largefiles)
/dev/dsk/var_opt_networker on /var/opt/networker type dg/ux (rw,largefiles)
#

ok, i see the device name is /dev/dsk/root ( .. ).
the complete disk is : sd(apsc(pci(0),9,0,7),0,0)
and the second : sd(apsc(pci(0),9,0,7),4,0)

the second disk in not mounted, not registert.
how to become a device name for the second disk device ?

thanks
patrick

( is seems that dg/ux is system that not much users have to adminstrate :-( , but google is not really much dg/ux friendly )

...on comp.unix.admin ( or equal groups ) are too many dg/ux postings about disk names

Last edited by Agent_Orange; 10-01-2002 at 08:58 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

DISK ARRAY PROTECTION SUSPENDED message displayed following disk replacement

Hello, On 4/20/2018, we performed a disk replacement on our IBM 8202 P7 server. After the disk was rebuilt, the SAS Disk Array sissas0 showed a status of degraded. However, the pdisks in the array all show a status of active. We did see a message in errpt. DISK ARRAY PROTECTION SUSPENDED. ... (1 Reply)
Discussion started by: terrya
1 Replies

2. Shell Programming and Scripting

Exclude certain file names while selectingData files coming in different names in a file name called

Data files coming in different names in a file name called process.txt. 1. shipments_yyyymmdd.gz 2 Order_yyyymmdd.gz 3. Invoice_yyyymmdd.gz 4. globalorder_yyyymmdd.gz The process needs to discard all the below files and only process two of the 4 file names available ... (1 Reply)
Discussion started by: dsravanam
1 Replies

3. Solaris

Convert from raw disk to solaris volume manager disk

I have a solaris 10 system configured using NetApp as its storage, and the file systems are already configured as you can see from the example below: root@moneta # df -h Filesystem size used avail capacity Mounted on /dev/md/dsk/d0 9.8G 513M 9.3G 6% / ... (0 Replies)
Discussion started by: fretagi
0 Replies

4. Shell Programming and Scripting

Searching for file names in a directory while ignoring certain file names

Sun Solaris Unix Question Haven't been able to find any solution for this situation. Let's just say the file names listed below exist in a directory. I want the find command to find all files in this directory but at the same time I want to eliminate certain file names or files with certain... (2 Replies)
Discussion started by: 2reperry
2 Replies

5. Solaris

( VxVM ) How to add the removed disk back to previous disk group

Previously , i remove the disk by #vxdg -g testdg -k rmdisk testdg02 But i got error when i -k adddisk bash-2.03# vxdisk list DEVICE TYPE DISK GROUP STATUS c0t0d0s2 auto:none - - online invalid c0t1d0s2 auto:none ... (1 Reply)
Discussion started by: waibabe
1 Replies

6. AIX

Switch disk names ?

Hello, I have the following problem: My HACMP is configured to use certain disk name (hdisk12) for heartbeat function, it uses name, not PVID for that. And now after some reconfiguration my heartbeat disk changed it's name - now it's hdisk11, and hdisk12 is taken by another disk. I assume that... (3 Replies)
Discussion started by: vilius
3 Replies
Login or Register to Ask a Question