Search Results

Search: Posts Made By: os2mac
7,455
Posted By os2mac
I suspected as much. You have an OS problem not a...
I suspected as much. You have an OS problem not a code problem. Windows and Unix use different end of line characters. You'll need to convert the file in Unix to a windows format before moving it to...
Forum: Solaris 04-11-2017
5,563
Posted By os2mac
have you seen this? How to Create a Mirrored...
have you seen this?

How to Create a Mirrored Root Pool (Post Installation) (https://docs.oracle.com/cd/E19253-01/819-5461/gkdep/index.html)
Forum: Solaris 04-11-2017
5,563
Posted By os2mac
Indeed. ---------- Post updated at 06:31 AM...
Indeed.

---------- Post updated at 06:31 AM ---------- Previous update was at 06:25 AM ----------

So the basic answer here is this, If you are building your zpool with virtual storage (I.E....
Forum: Solaris 04-05-2017
8,747
Posted By os2mac
PKG repositories
It should be noted that by default pkg points to pkg.oracle.com. If you are familiar with Linux apt-get or yum that point to vendor repositories, this is much the same thing.

if you don't alter...
Forum: Solaris 03-22-2017
1,907
Posted By os2mac
Then you need to upgrade your explorer pkg ...
Then you need to upgrade your explorer pkg


Sent from my iPhone using Tapatalk

---------- Post updated at 08:00 AM ---------- Previous update was at 05:54 AM ----------



Does this mean...
Forum: Solaris 09-19-2016
3,927
Posted By os2mac
<SOLVED>
The problem is that when you use mkisofs it doesn't write a whole partition label so you have to mount it in the vdsdev as a slice:

The solution is to export the ISO with the "slice" option...
Forum: Solaris 08-25-2016
6,452
Posted By os2mac
Explorer in zones
So you are trying to run explorer from the zone? it won't work.

you can only run explorer from the global. if you are having trouble with a zone, send them the explorer from the global with the...
Forum: Solaris 08-24-2016
6,452
Posted By os2mac
is the Global zone an LDOM? if so you might have...
is the Global zone an LDOM? if so you might have to install SUNWExplo on each server.

try it with these switches from the global.

/opt/SUNWexplo/bin/explorer -w default,localzones,smfextended...
Forum: Solaris 06-29-2016
3,198
Posted By os2mac
so you deleted the LDOM. Did you delete the VDS...
so you deleted the LDOM. Did you delete the VDS device?

please provide the output of

ldm list -o disk primary
Forum: Solaris 02-18-2016
1,501
Posted By os2mac
no. you don't have to shut down the zone. ...
no. you don't have to shut down the zone.

But I would recommend that you do a luactivate -s if you patch and there is a significant delay between the lumake and the reboot. This will sync the...
Forum: Solaris 02-18-2016
5,866
Posted By os2mac
Then ignore SSH. Once you get to that point...
Then ignore SSH.

Once you get to that point you have successfully connected.

What you are seeing is a delay on the server itself. Likely caused by under provisioned memory or a run away...
Forum: Solaris 12-09-2015
7,903
Posted By os2mac
those are your patch levels. The one that is NOT...
those are your patch levels. The one that is NOT working is on a newer patch cycle. But it's still relatively old..

as an example here's mine:

servername# uname -a
SunOS servername 5.10...
Forum: Solaris 12-09-2015
7,903
Posted By os2mac
couple of forum etiquette things for you... ...
couple of forum etiquette things for you...

you should always enclose your code in code tags using the code button on the tool bar.


and there is a Thanks button for a reason :)
Forum: Solaris 07-28-2015
3,569
Posted By os2mac
is there some limitation that requires you to use...
is there some limitation that requires you to use Solaris 10? I would recommend Solaris 11.2 as the OVM/Multipathing support is MUCH more mature.

and what are you using for your SAN Storage...
Forum: Solaris 02-11-2015
2,476
Posted By os2mac
NOTE: just to be safe, after you fix it, change...
NOTE: just to be safe, after you fix it, change the keys.
Forum: Solaris 01-07-2014
1,879
Posted By os2mac
What File system are you using? ufs? zfs? if...
What File system are you using? ufs? zfs?

if zfs there are procedures on Oracle's website to send a zfs snapshot to file.
Forum: Solaris 10-22-2013
1,567
Posted By os2mac
[SOLVED]Pkg update from a local repos
I have a local repos on my dev/tst server. pkg server is online and I can query against it on the local server and any LDOMS and zones hosted on the same server. I have another identical Solaris...
Forum: Solaris 08-30-2013
3,161
Posted By os2mac
I think the command you need to look at is ldm...
I think the command you need to look at is ldm remove-vcpu # primary

depending on your version of LDM, this may require a reboot.
Forum: Solaris 08-29-2013
1,672
Posted By os2mac
I use this exact configuration. LDOMS with zones...
I use this exact configuration. LDOMS with zones installed in the LDOMS. it really comes down to money and complexity. Money in the sense you can use your LDOM configs to limit your exposure to...
Forum: Solaris 08-30-2013
16,412
Posted By os2mac
firewall? IP forwarding? Proxy server?
firewall? IP forwarding? Proxy server?
Forum: Solaris 08-29-2013
16,412
Posted By os2mac
in the effected zone do svccfg -s...
in the effected zone do svccfg -s application/pkg/server setprop pkg/port=correct port number

that will correct it.

to verify the current setting on a working zone do
svccfg -s...
4,103
Posted By os2mac
We do it all the time. In fact we have even gone...
We do it all the time. In fact we have even gone so far as to host the VM OS on the netapp from an NFS mount. Then have NFS mounts to the VM for the application storage. AS long as you have good...
Forum: Solaris 08-02-2013
8,880
Posted By os2mac
so you need a new vnet device for each new zone
so in the primary LDOM:

you need to do

ldm add-vnet
Usage:
ldm add-vnet [mac-addr=<num>] [mode=hybrid] [pvid=<pvid>]
[alt-mac-addrs=auto|<num1>[,auto|<num2>,...]]...
Forum: Solaris 06-04-2013
17,649
Posted By os2mac
I am working in Solaris 11 digest -a md5 works...
I am working in Solaris 11
digest -a md5 works for me
as does
md5sum
however I don't believe md5sum is available in solaris 10 unless you add it.

I just copied the file to one of my solaris...
Forum: Solaris 04-24-2013
6,929
Posted By os2mac
is this possibly a zone or LDOM? If so the...
is this possibly a zone or LDOM?

If so the procedure is slightly different depending on which level you are at.

if it's a zone you can set it at the LDOM level by doing zoneconfig -z...
Showing results 1 to 25 of 25

 
All times are GMT -4. The time now is 11:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy