Sponsored Content
Operating Systems Solaris Not able to increase ZFS file system on NGZ Post 302865197 by solaris_1977 on Thursday 17th of October 2013 11:27:55 PM
Old 10-18-2013
Yes Busi286, Storage team gave a lun of 9GB and that is emcpower56. All other disks are also of same size, when I check it from inq or format.
Code:
root@ctdp04_vs03:/# zfs list -r | grep -i ttms
pttmsp01_app_pool            24.2G  1.57G    18K  /pttmsp01_app_pool
pttmsp01_app_pool/ttms         21K   205M    21K  /zone/ctdp04_vs03-pttmsp01/ttms
pttmsp01_app_pool/ttms_apps  6.51G  5.49G  6.51G  /zone/ctdp04_vs03-pttmsp01/ttms/apps
pttmsp01_app_pool/ttms_prod  7.98G  4.02G  7.98G  /zone/ctdp04_vs03-pttmsp01/ttms/prod
pttmsp01_root_pool           8.01G   554M    18K  /pttmsp01_root_pool
pttmsp01_root_pool/zone      4.03G  3.97G  4.03G  /zone/ctdp04_vs03-pttmsp01/root
root@ctdp04_vs03:/# inq -nodots | grep -i emcpower56
/dev/rdsk/emcpower56c                :EMC     :SYMMETRIX       :5773  :17!jn000   :9144000
root@ctdp04_vs03:/#
root@ctdp04_vs03:/# zpool status pttmsp01_app_pool
  pool: pttmsp01_app_pool
 state: ONLINE
 scrub: none requested
config:
        NAME           STATE     READ WRITE CKSUM
        pttmsp01_app_pool  ONLINE       0     0     0
          emcpower51c  ONLINE       0     0     0
          emcpower52c  ONLINE       0     0     0
          emcpower53c  ONLINE       0     0     0
          emcpower56a  ONLINE       0     0     0
errors: No known data errors

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Increase space in the solaris file system

How can I check how much space is left in the solaris file system? and how can I increase those space in the file system?. I am trying to install Oracle Database on Solaris 8.But, it keep giving me error message says that"There is not enough space on the volume you have specified". Thanks ... (1 Reply)
Discussion started by: jung1975
1 Replies

2. Solaris

increase root file system size in solaris

Hi frnz, Need an urgent help... I have installed solaris 8 in a sunblade workstation with 136GB hdd. While installation it has taken a default filesystem size as 1.37GB for root. AFtr completing the installation i have extended the root partition to 130GB. But still df output shows... (4 Replies)
Discussion started by: sriram.s
4 Replies

3. UNIX for Dummies Questions & Answers

zfs file system

Hi, I try add a new file system: #zfs create dsk1/mqm it came back with: #cannot create 'dsk1/mqm': no such pool 'dsk1' what do I have to do? Kind regards Mehrdad (2 Replies)
Discussion started by: mehrdad68
2 Replies

4. AIX

increase the size of file system

Hi all, we are usig aix 4.3 and i need to increase the size of "/u01" file sytem which is mounted on logical volume "lv00", but "/u01" file system size is 9 GB and logical volume "lvoo" size 9 GB.how do i increase the size of /u01.do i increase the size of logical volume "lv00" and then... (2 Replies)
Discussion started by: younusdba
2 Replies

5. Red Hat

Increase root file system size ...

Hello Admins, I am running a redhat linux 5 on vmware workstation. I need to increase or add some more space to my root (/) partition. I don't have any LVM configured.. Please suggest. # df -kh Filesystem Size Used Avail Use% Mounted on /dev/sda2 3.8G 3.1G ... (4 Replies)
Discussion started by: snchaudhari2
4 Replies

6. Solaris

increase SWAP on ZFS file system

Hi All, I am using this commands to dynamically increase ZFS swap space on Solaris my question is: 1- after i make these commands it will permanent or it will remove after restart 2- how to make it permanent # swap -l swapfile dev swaplo bloques libre /dev/zvol/dsk/rpool/swap... (4 Replies)
Discussion started by: osmanux
4 Replies

7. HP-UX

[Solved] Increase the file system size

Dear Friends, I would like to increase the size of a file system from 10GB to 15GB. System is runing on HP-UX 11.31. Please help in the matter. Regards, Bhagawati Pandey (3 Replies)
Discussion started by: BPANDEY
3 Replies

8. Red Hat

Procedure to increase file system

Hi, How/what is the procedure to increase file system in linux server ? Regards, Maddy (6 Replies)
Discussion started by: Maddy123
6 Replies

9. AIX

100% full file system - error when trying to increase

Hi, I came across a situation where I had to increase a filesystem that was 100% full and received this error: /tmp:chfs -a size=+5000M /tmp 0516-634 lquerypv: /tmp directory does not have enough space, delete some files and try again. 0516-788 extendlv: Unable to extend logical... (2 Replies)
Discussion started by: BG_JrAdmin
2 Replies

10. Solaris

How to grow a zfs file system?

Hi I have the following file system, that needs to be expanded to more 500Gb, so a total of 1Tb: df -h /oradata1 Filesystem Size Used Available Capacity Mounted on oradata1 587G 517G 69G 89% /oradata1 I am not familiar with zfs, I am more... (17 Replies)
Discussion started by: fretagi
17 Replies
SYSTEMD-NETWORKD-WAIT-ONLINE.SERVICE(8) 		     systemd-networkd.service			   SYSTEMD-NETWORKD-WAIT-ONLINE.SERVICE(8)

NAME
systemd-networkd-wait-online.service, systemd-networkd-wait-online - Wait for network to come online SYNOPSIS
systemd-networkd-wait-online.service /lib/systemd/systemd-networkd-wait-online DESCRIPTION
systemd-networkd-wait-online is a one-shot system service that waits for the network to be configured. By default, it will wait for all links it is aware of and which are managed by systemd-networkd.service(8) to be fully configured or failed, and for at least one link to gain a carrier. OPTIONS
The following options are understood: -i, --interface= Network interface to wait for before deciding if the system is online. This is useful when a system has several interfaces which will be configured, but a particular one is necessary to access some network resources. This option may be used more than once to wait for multiple network interfaces. When used, all other interfaces are ignored. --ignore= Network interfaces to be ignored when deciding if the system is online. By default, only the loopback interface is ignored. This option may be used more than once to ignore multiple network interfaces. --timeout= Fail the service if the network is not online by the time the timeout elapses. A timeout of 0 disables the timeout. Defaults to 120 seconds. SEE ALSO
systemd(1), systemd-networkd.service(8) systemd 237 SYSTEMD-NETWORKD-WAIT-ONLINE.SERVICE(8)
All times are GMT -4. The time now is 12:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy