![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| veritas volume manager links | murthy76 | SUN Solaris | 4 | 07-28-2008 02:43 PM |
| Regarding Veritas Volume manager | charneet | UNIX for Advanced & Expert Users | 2 | 06-02-2008 12:44 AM |
| How to resize mirror volume in veritas volume manager 3.5 on Solaris 9 OE | nageswarb | SUN Solaris | 0 | 03-14-2008 04:46 PM |
| veritas filesystem and volume manager | knarayan | UNIX for Dummies Questions & Answers | 2 | 01-07-2002 02:35 PM |
| How to start Veritas volume manager | 98_1LE | UNIX for Dummies Questions & Answers | 1 | 06-21-2001 08:27 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
1. Create a volume for additional swap/dump:
# vxassist -g rootdg -U swap make swapvol2 2g Note: The additional swap and dump does not have to be in the rootdg/vg00. The additional swap and dump can be on the same volume or separate volumes. 2. Add the following entries for additional swap/dump in /etc/fstab: /dev/vx/dsk/rootdg/swapvol2 ... swap pri=1 0 0 /dev/vx/dsk/rootdg/swapvol2 ... dump defaults 0 0 Note: Since the dump device has no priority like swap, you don't need to specify pri=1 like swap device. 3. Activate the additional swap/dump: # swapon -a # crashconf -a 4. Modify /etc/rc.config.d/crashconf, uncomment the following line: # CRASHCONF_READ_FSTAB: If set to 1, /etc/fstab will be scanned looking for # "dump" devices, which will be configured as crash dump # devices. CRASHCONF_READ_FSTAB=1 <<--- here 5. Verify the configuration of additional swap/dump: # swapinfo -tm # crashconf -v |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|