Explain shrinking the disk
Answers were Sorted based on User's Feedback
Answer / anand babu
#vxresize -g diskgroup_name volume_name -size
eg: vxresize -g datadg datavol -2g
above command reduces both volume size and file system size
or
# vxassist -g datadg shrinkby datavol 2g
above command reduces only volume
for file system reducing need to use "fsadm" command
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sbrahman75
Shrinking the disk is nothing but reducing the allocated
volume size
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the common errors you find in Solaris Volume manager?
IS THERE ANY WAY TO TAKE GOST BACKUP
how will you execute backup and restore using the tar command in a single command
What are thing you must ensure to provide security the system
Iam facing an issue like below, any help why this is caused? $ ls -l /etc total 184 -rw-r--r-- 1 root other 3 Nov 28 09:35 abc1 -rw-r--r-- 1 root other 3 Nov 28 09:35 cb -r--r--r-- 1 root root 8358 Nov 28 19:04 ptmp -r-------- 1 root sys 5055 Nov 28 19:04 stmp -r--r----- 1 root root 76828 Nov 28 09:38 sudoers
tell me the steps to configure the vg
How to check the sleeping process in Solaris.
10 Answers Chase, JPMorgan Chase,
How will see the hostname
How will you rectify the root passwd in solaris
How to remove the root mirror
What is nslookup
Explain shrinking the disk