Questions tagged [solaris-11]

64-bit SPARC/x86 UNIX-based Operating System from Oracle

64-bit SPARC/x86 UNIX-based Operating System from Oracle.

Large differences from Solaris-10, including

  • Software installed via Image Packaging System (IPS) instead of traditional "pkg"
  • Many text-based configuration files are now (re-)generated when commands (eg: dladm & ipadm) are ran.
  • UEFI Boot support (as of 11.1)
  • No 32-bit CPUs supported (UltraSPARC II, III, IV & IA-32)

Topics For this tag should include (but not limited to);

  • UEFI booting
  • Commands with new options not supported in Solaris-10 (eg: dladm, zoneadm)
  • Commands that only exist in Solaris-11 (eg: ipadm)
69 questions
2
votes
1 answer

Trying to undertand CPU info on a LDOM and it's Control Domain

I want to know the number of physical cpus and cores in a control domain and LDOM. In this LDOM environment, I have a control domain with two LDOMs If I do a psrinfo -p on the control domain, it indicates 1 chip and the following The physical…
BioRod
  • 273
  • 3
  • 12
2
votes
0 answers

ZFS Snapshots (Missing Incremental)

Assume two Zpools on Solaris 11.3. Pool A and Pool B. Pool A contains PoolA/FileSystem1@Snap3 Pool B contains PoolB/FileSystem1@Snap1 and PoolB/FileSystem1@Snap2 Is there a way to update Pool B with FileSystem1@Snap3?
Copy Run Start
  • 724
  • 1
  • 9
  • 27
2
votes
0 answers

Solaris 11 pool growing without any apparent cause

One of my zfs pools is growing very large: NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT zonepool01 556G 535G 21.2G 96% 1.00x ONLINE - df -h shows that the largest mount point on this pool has 6 files in the directory so…
Marinaio
  • 121
  • 2
2
votes
0 answers

Can I limit wall clock time available for process on Solaris?

I would like (many) processes to be killed if still running after certain amount of time after execution. First I have thought that Solaris’ resource management is perfect tool for the job, as it seems to be natural for enforcing limits on groups of…
2
votes
1 answer

Disk not shown in Solaris 11.1 format tool

I have a Sun Fire T2000 with up-to-date firmware, running Solaris 11.1. I have inserted two SEAGATE-ST914602SSUN146G-0400-136.73GB HDDs in bays 2 and 3. Both drives show OK in the ALOM and are visible to raidctl. However, the disk in bay 2 does not…
retrodev
  • 237
  • 4
  • 13
2
votes
1 answer

Solaris 11.1 smb share pam.conf

I would like to enable an SMB share on Solaris 11.1 x64 My steps: pkg install service/filesystem/smb svcadm enable -r smb/server echo "other password required pam_smb_passwd.so.1 nowarn" >> /etc/pam.conf useradd public smbadm enable-user…
websta
  • 23
  • 1
  • 3
2
votes
0 answers

"Upgrading" from OpenIndiana 151a to Solaris 11.1 using IPS

I wonder if it would be possible to "upgrade" from an OpenIndiana install (151a) to the current Solaris release (11.1) using the IPS. What I have done so far: added the "solaris" publisher using pkg set-publisher -g…
the-wabbit
  • 40,319
  • 13
  • 105
  • 169
2
votes
2 answers

Emulex FC HBA not resetting

A Solaris 11 machine with an oldish Emulex HBA seems to have some problems: # dmesg | egrep emlxs Dec 29 15:31:10 san2 emlxs: [ID 349649 kern.info] [ 5.0608]emlxs1: NOTICE: 730: Link reset. (Disabling link...) Dec 29 15:31:10 san2 emlxs: [ID 349649…
the-wabbit
  • 40,319
  • 13
  • 105
  • 169
2
votes
3 answers

Installing a modest ZFS system, ZFS for the boot disk

I work at a repair shop and I'm thinking of building a Solaris Express, or maybe using whatever the open version is called nowadays, ZFS based NAS out of the mountains of old pieces of hardware we've got around. I have lot's of doubts, and reading…
Saiyine
  • 143
  • 1
  • 5
2
votes
6 answers

Solaris 10 vs Solaris 11

How would I decide which one to use? We plan to run our own http/https webserver and also to run sendmail smtp server. We will be using ZFS for boot partition and use ZFS encryption where possible (everywhere except OS). We will not be using UNIX…
700 Software
  • 2,163
  • 9
  • 47
  • 77
1
vote
0 answers

Solaris 11.4, zfs_xcopy parameters

Can anybody explain new parameters appeared in oracle solaris…
dhelios
  • 31
  • 3
1
vote
0 answers

mount a windows folder in solaris 11.3

I want to check a folder which is placed in a windows server by my Oracle RDBMS12C. therefore based on my research first I need to mount the windows folder in solaris 11.3. we are using spark server. I try to use below structure but I am not sure…
Amir
  • 143
  • 1
  • 9
1
vote
0 answers

memory Stuck in Solaris can't free memory

I am Working On Solaris 11, Now facing problem related to memory As my root is reached to 90%, I have deleted the audit file from /var/share/audit which is of 8 GB after deleting the file,server doesn't free that memory . Why ? How can free that…
Rahul B.
  • 11
  • 2
1
vote
2 answers

Problems installing Oracle Database 11 on solaris 11.3

i'm trying to install Oracle Database on Solaris 11.3 and i'm getting the following error: INFO: /usr/ccs/bin/make -f /u01/app/oracle/product/11.2.0/dbhome_1/precomp/lib/ins_precomp.mk relink EXENAME=proc INFO: Linking…
josseossa
  • 31
  • 1
  • 3
1
vote
1 answer

ZFS Send Script works when run manually but not in Cron (Already tried common solutions)

Script on sending end is as follows: #!/bin/sh #Variables bigdata=vid-zfs-live/bigdata today=`gdate +%m-%d-%y` yesterday=`gdate -d'yesterday' +%m-%d-%y` #Actions zfs snapshot -r "$bigdata"@"$today" zfs send -i "$bigdata"@"$yesterday"…
Copy Run Start
  • 724
  • 1
  • 9
  • 27