I was able to bring one up, but it took a little intervention.
When I first tried to create the cluster I got
.Jan 17 12:13:24 [demossd-01:boot.varfs.backup.issue:EMERGENCY]: Backup of the /var file system failed (cp: /mroot/etc/tmpvarfs.tgz: No space left on device
varfs_backup_restore: Failed to backup /var to mroot
)
Trying to create cluster again as previous attempt failed. .Error: The node root volume is not available. Contact support personnel for the repair procedure.
My root aggr was only 427MB
demossd-01::> aggr status
Warning: Only local entries can be displayed at this time.
Aggregate Size Available Used% State #Vols Nodes RAID Status
--------- -------- --------- ----- ------- ------ ---------------- ------------
aggr0 427.5MB 21.05MB 95% online 1 demossd-01 raid_dp,
normal
And that didn't leave much space on vol0
demossd-01::> run local df -h
Filesystem total used avail capacity Mounted on
/vol/vol0/ 382MB 151MB 231MB 40% /vol/vol0/
/vol/vol0/.snapshot 20MB 296KB 19MB 1% /vol/vol0/.snapshot
So I added some disks
demossd-01::> run local
Type 'exit' or 'Ctrl-D' to return to the CLI
demossd-01> disk assign all
demossd-01> aggr add aggr0 3@500MB
And expanded vol0 a bit
demossd-01> vol size vol0 1560m
vol size: Flexible volume 'vol0' size set to 1560m.
Rebooted:
demossd-01> reboot
reboot not found. Type '?' for a list of commands.
demossd-01> exit
logout
demossd-01::> reboot
(system node reboot)
Warning: Are you sure you want to reboot node "demossd-01"? {y|n}: y
And cluster setup completely successfully on the next try
ssdemo::> cluster show
Node Health Eligibility
--------------------- ------- ------------
ssdemo-01 true true
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.