[osol-help] Importing a zones rpool?

2010-07-17 Thread Sam Ashcraft
History:
I had a nice little home file server running OpenSolaris with ZFS. The server 
used 2 1.5TB drives for data and Compact Flash for the root drive. It was set 
up with one large Zpool dubbed tank with to separate zones for a file and web 
server.

The directory tree looked something like this:
/tank
-/file server
  --/dev
  --/root
-/web server
  --/dev
  --/root
-/shared folder

The Rpool for each zone was kept in the root of their respective directories 
with the global Rpool kept on the CF boot disk. Everything was happy and 
awesome.

A few day's ago, something went wrong with the global Rpool disk (it seems 
everything except grub simply vanished). After a slight heart attack and 
possible mental break down, I went about trying to recover my data. 

I Installed OpenSolaris to VM on my windows machine with the 2 drives 
containing the Zpool hooked up and imported the pool. All seemed well. The 
Directory tree above is intact as well as the contents to the /shared folder. 

However, the directories containing the data form the Zones appear empty. The 
/dev and /root directories are there, but empty. Before I could always access 
the data there form the global zone as long as I had root access.

The web stuff I can live without, But I had a ton of data on the File server 
that I need to recover.

I guess basically the question is:
Is there some way to import a Zones Rpool? kinda like how I just imported the 
global Zpool?

Or do I proceed  with the regularly scheduled mental breakdown for not backing 
up the Global Rpool?

Thank you.
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Importing a zones rpool?

2010-07-17 Thread Sam Ashcraft
Sorry, Its been about a year since I last had to mess with the Zones, so my 
memory is a little fuzzy on the original configuration. 

The root file systems for the zones should have been in the safe pool (tank) 
and not the lost one (the original Rpool).

I don't seem to have the configs for the Zones as I believe those were in the 
Rpool.

Heres the output of zfs list -r


rpool   6.72G  22.6G  77.5K  /rpool
rpool/ROOT  3.64G  22.6G21K  legacy
rpool/ROOT/opensolaris  3.64G  22.6G  3.52G  /
rpool/dump  1.46G  22.6G  1.46G  -
rpool/export55.4M  22.6G23K  /export
rpool/export/home   55.3M  22.6G23K  /export/home
rpool/export/home/sam   55.3M  22.6G  55.3M  /export/home/sam
rpool/swap  1.56G  24.0G   112M  -

tank1.24T  1.44T24K  /tank
tank/serve   894G  1.44T23K  /tank/serve  --Directory for the 
File Server
tank/serve/ROOT  894G  1.44T19K  legacy   --File servers Root 
(currently seems empty)
tank/serve/ROOT/zbe 45.8M  1.44T   999M  legacy
tank/serve/ROOT/zbe-1894G  1.44T   822G  legacy
tank/torrents367G  1.44T   344G  /tank/torrents  --The shared 
folder 'owned' by the global zone (this seems fine)
tank/web2.52G  1.44T22K  /tank/web   
tank/web/ROOT   2.52G  1.44T19K  legacy  --Web servers root (also 
seems empty)
tank/web/ROOT/zbe   2.52G  1.44T  2.46G  legacy
tank/weblx  4.18G  1.44T21K  /tank/weblx

Good news (I think) the problem directory still seem to be taking up the right 
amount of space.

Also, not sure it matters but in tank/serve/ROOT and tank/web/ROOT root is 
not actully in all caps.  zfs list -r lists them in all caps but in the file 
browser and cd/ls in the terminal shows that it is in fact lower case root

Message was edited by: samwarez
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


[osol-help] Can't see hardware RAID array size

2010-03-04 Thread Sam
I'm trying to use the EON storage package to set up a NAS, but the issue is 
that I don't have a lot of experience with solaris.

I'm trying to find out which disk to install it to:  I have a hardware RAID 
array, one controller with mirrored SCSI drives, and another controller that 
has 14 SATA drives in a raid6 configuration.  

when I use the hd command, I see two drives, but it doesn't show the size, so I 
can't determine where to install the OS (obviously I want to install to the 
mirrored scsi drives).  Any way I can tell which volume is which?

And tangentially, should I break the raid6 array and have solaris create a 
RAIDZ2 array?
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


[osol-help] Shareing files between zones

2009-09-12 Thread Sam Ashcraft
I currently have an Opensolaris server running 2 non global zones, one acts as 
a web server, and the other a file server. I want to install rtorrent on the 
web server but have it dump the torrents in a directory on the file server.

Can NFS or CIFS be used zone to zone like this? or is there a better way?
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] nvidia display driver

2009-08-15 Thread Sam Woodhead
The Card you have is too old to be supported by the version of the driver in 
Opensolaris

You need to download the right one from nvidia (there are a few different 
choices)

and then use pfsh ~/Downloads/NVIDIA-Solaris-x86-X.X.run

http://www.nvidia.co.uk/object/solaris_display_173.14.20_uk.html
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Firefox 3.5.2 - How To Install

2009-08-15 Thread Sam Woodhead
The version provided by the desktop team is not designed to replace the version 
in /usr/lib/firefox

/opt is a sensible place for it

(the SYSV packages install into /opt/sfw/firefox)

The best thing to do is remove /usr/lib/firefox entirely and then repair it 
using. 

pfexec pkg fix
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] No screens found with intel x3100

2009-07-30 Thread Sam Ashcraft
Posting there now, 

Thank you so much for your help
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] No screens found with intel x3100

2009-07-30 Thread Sam Ashcraft
Jürgen Keil on the Mailing list found the solution:

Jürgen Keil wrote:
 I have tried a different monitor, just to eliminate
 possibility's and got same results, when X runs I get
 a nice NO SIGNAL 

 ...
 (II) intel(0): Output VGA connected
 (II) intel(0): Output LVDS connected
 (II) intel(0): Output TV connected
 ...
 (II) intel(0):   Output VGA is connected to pipe none
 (II) intel(0):   Output LVDS is connected to pipe B
 (II) intel(0):   Output TV is connected to pipe A

 Hmm, is your monitor connected to the VGA analog
 connector?  Seems that the intel driver is sending a
 signal to the TV and LVDS connectors, but nothing to
 the VGA port.

 Is this another case where the LVDS output must be 
 disabled to get output on the VGA port?  See bug 9264,
 comment #4:

 http://defect.opensolaris.org/bz/show_bug.cgi?id=9264#c4

Once I added the following to the my /etc/X11/xorg.conf, it started working.

In the intel device section, add:

Option  Monitor-LVDS LVDS


And you need a new LVDS monitor section:

Section Monitor
Identifier LVDS
Option Ignore True
EndSection
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Re: [osol-help] No screens found with intel x3100

2009-07-29 Thread Sam Ashcraft
I made the recommended changes and was a blank screen again. Ive attached the 
new log.

At the moment I am going to try a different monitor, just to eliminate 
possibility's.
-- 
This message posted from opensolaris.org

Xorg.0.log
Description: Binary data
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Re: [osol-help] No screens found with intel x3100

2009-07-29 Thread Sam Ashcraft
New screen, same resaults, when X runs I get a nice NO SIGNAL
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] No screens found with intel x3100

2009-07-28 Thread Sam Ashcraft
will I just booted up the server and tried to recreate the situation, however, 
when I start the x server, instead of neatly failing I just get a blank screen 
that I cant escape from. 

Ctrl-Alt-Backspace just seems to restart X back into the blank screen and I 
cant get into another session (ctrl-alt-f1,f2,f3,etc..) 

i forgot to mention that this is how it usually happens, vary rarely can I get 
it to give me an error.

I can still ssh to the box though.

I attached the /var/log/Xorg.0.log

Also I just checked, the md5 checks out fine

Thank you for your help
-- 
This message posted from opensolaris.orgX.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: SunOS 5.11 snv_108 i86pc
Current Operating System: SunOS opensolaris 5.11 snv_111b i86pc
Build Date: 07 May 2009  04:44:56PM


Solaris ABI: 64-bit
SUNWxorg-server package version: 6.9.0.5.11.11100,REV=0.2009.05.07
SUNWxorg-graphics-ddx package version: 6.9.0.5.11.11100,REV=0.2009.04.02
SUNWxorg-mesa package version: 6.9.0.5.11.11100,REV=0.2009.04.02
Before reporting problems, check http://sunsolve.sun.com/
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Tue Jul 28 16:18:27 2009
(EE) Unable to locate/open config file
(II) Loader magic: 5ecca0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 4.1
X.Org XInput driver : 2.1
X.Org Server Extension : 1.1
X.Org Font Renderer : 0.6
(II) Loader running on solaris
(--) PCI:*(0...@0:2:0) Intel Corporation Mobile GME965/GLE960 Integrated 
Graphics Controller rev 3, Mem @ 0xfe80/1048576, 0xd000/268435456, I/O 
@ 0xb400/8, BIOS @ 0x/65536
(--) PCI: (0...@0:2:1) Intel Corporation Mobile GME965/GLE960 Integrated 
Graphics Controller rev 3, Mem @ 0xfe70/1048576, BIOS @ 0x/65536
(==) Using default built-in configuration (39 lines)
(==) --- Start of built-in configuration ---
Section Device
Identifier  Builtin Default intel Device 0
Driver  intel
EndSection
Section Screen
Identifier  Builtin Default intel Screen 0
Device  Builtin Default intel Device 0
EndSection
Section Device
Identifier  Builtin Default i810 Device 0
Driver  i810
EndSection
Section Screen
Identifier  Builtin Default i810 Screen 0
Device  Builtin Default i810 Device 0
EndSection
Section Device
Identifier  Builtin Default vesa Device 0
Driver  vesa
EndSection
Section Screen
Identifier  Builtin Default vesa Screen 0
Device  Builtin Default vesa Device 0
EndSection
Section Device
Identifier  Builtin Default fbdev Device 0
Driver  fbdev
EndSection
Section Screen
Identifier  Builtin Default fbdev Screen 0
Device  Builtin Default fbdev Device 0
EndSection
Section ServerLayout
Identifier  Builtin Default Layout
Screen  Builtin Default intel Screen 0
Screen  Builtin Default i810 Screen 0
Screen  Builtin Default vesa Screen 0
Screen  Builtin Default fbdev Screen 0
EndSection
(==) --- End of built-in configuration ---
(==) ServerLayout Builtin Default Layout
(**) |--Screen Builtin Default intel Screen 0 (0)
(**) |   |--Monitor default monitor
(**) |   |--Device Builtin Default intel Device 0
(==) No monitor specified for screen Builtin Default intel Screen 0.
Using a default monitor configuration.
(**) |--Screen Builtin Default i810 Screen 0 (1)
(**) |   |--Monitor default monitor
(**) |   |--Device Builtin Default i810 Device 0
(==) No monitor specified for screen Builtin Default i810 Screen 0.
Using a default monitor configuration.
(**) |--Screen Builtin Default vesa Screen 0 (2)
(**) |   |--Monitor default monitor
(**) |   |--Device Builtin Default vesa Device 0
(==) No monitor specified for screen Builtin Default vesa Screen 0.
Using a default monitor configuration.
(**) |--Screen Builtin Default fbdev Screen 0 (3)
(**) |   |--Monitor default monitor
(**) |   |--Device Builtin Default fbdev Device 0
(==) No monitor specified for screen Builtin Default fbdev Screen 0.
Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified.  Using compiled-in default.
(==) FontPath set to:
catalogue:/etc/X11/fontpath.d
(==) ModulePath set to 

Re: [osol-help] No screens found with intel x3100

2009-07-28 Thread Sam Ashcraft
Ok, more fiddling.

I did the whole /usr/bin/X11/Xorg -configure
then when in and manually changed /jack/xorg.conf.new to use the vesa driver

then I:
 /usr/X11/bin/xinit /usr/bin/dbus-launch gnome-session -- /usr/X11/bin/Xorg 
–config /jack/xorg.conf.new :0

and that at least caused X to Fails elegantly and give me a proper error,

Attached is a new Xorg.0.log
-- 
This message posted from opensolaris.org

Xorg.0.log
Description: Binary data
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org

[osol-help] No screens found with intel x3100

2009-07-27 Thread Sam Ashcraft
I have an SBC that I am trying to use for a file server. The system is using 
integrated Intel X3100 Graphics. However when I boot to the LiveCD the xserver 
fails to start (I just get a blank screen). Same with the vesa option. If I 
boot into text mode everything seems fine but if I startx I get:

X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: SunOS 5.11 snv_108 i86pc
Current Operating System: SunOS opensolaris 5.11 snv_111b i86pc
Build Date: 07 May 2009  04:44:56PM


Solaris ABI: 64-bit
SUNWxorg-server package version: 6.9.0.5.11.11100,REV=0.2009.05.07
SUNWxorg-graphics-ddx package version: 6.9.0.5.11.11100,REV=0.2009.04.02
SUNWxorg-mesa package version: 6.9.0.5.11.11100,REV=0.2009.04.02
Before reporting problems, check http://sunsolve.sun.com/
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Mon Jul 27 21:15:16 2009
(==) Using config file: /etc/X11/xorg.conf
Parse error on line 9 of section Files in file /etc/X11/xorg.conf
Ignoring obsolete keyword RgbPath.
(EE) Failed to load module record (module does not exist, 0)
(EE) Failed to load module xtrap (module does not exist, 0)
(EE) VESA(0): Driver can't support depth 24
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

I have tried:
/usr/bin/X11/Xorg -configure

/usr/X11/bin/xinit /usr/bin/dbus-launch gnome-session -- /usr/X11/bin/Xorg 
–config /jack/xorg.conf.new :0

but get the same problem.

I have tried both the intel and vesa drivers.

How the heck do i go about fixing this?

Thank you.
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Re: [osol-help] Gfxp, drm, in.ndpd errors just from the LiveCD

2009-07-23 Thread Sam Ashcraft
Any Ideas at least about what is sending there errors? I'm thinking the graphic 
driver is sending gfxp errors, but the in.ndpd errors I haven't a clue.
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


[osol-help] Gfxp, drm, in.ndpd errors just from the LiveCD

2009-07-21 Thread Sam Ashcraft
I am trying to install OpenSolaris in to a little file server of mine and I 
have run into a brick wall.

During boot I get this:

WARNING: gfxp_vgatext: can't find reg entry for registers
WARNING: drm_supp_regiter: faild to init gfx
WARNING: i915_attach: drm_supp_register failed
WARNING: gfxp_vgatext: can't find reg entry for registers
WARNING: drm_supp_regiter: faild to init gfx
WARNING: i915_attach: drm_supp_register failed

and yes its doubled like that.

I get this both before and after the bit where it asks for the keyboard and 
language.


Then X tries to start, the screen goes black and I cant seem to kill the x 
server.

This happens with both the default and VESA boot options, I think I get some 
extra errors with the default option though.


Also if I get it to just the text console I get this every 60 seconds:

opensolaris in.ndpd[XXX]: Interface rge0 has been removed from kernel. in.ndpd 
will no longer use it
opensolaris in.ndpd[XXX]: Interface rge1 has been removed from kernel. in.ndpd 
will no longer use it

Where XXX is some 3-digit number thats different with each boot.

What the heck is going on?

The system is a 3.5 SBC
Intel T9300 CPU
GME965 + ICH8M Chipset
Integrated X3100 Graphics

thanks
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


[osol-help] Can't install 2009.06

2009-06-13 Thread Sam Gardner
Hey Guys-

I am having issues installing 2009.06. No matter which option i choose from the 
grub install menu on the livecd, I get the following error and am sent down to 
a system admin prompt.

ata_id_common: BUSY STATUS 0x80 error 0x80

Anyone have any idea what could be going on? I searched around and found some 
mention of SATA DVD (which I have) issues with previous editions, but nothing 
with the newest edition.

Anyway, any help is appreciated, let me know if there's any further information 
I can provide.

Thanks.

Message was edited by: javanix
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


[osol-help] AVS solutions for OpenSolaris

2009-01-23 Thread Sam
Hello,

I very interested in a backup/replication solution, like the AVS but 
unfortunately it does not seem to be compatible with OpenSolaris.

Does anybody know a solution similar to AVS which can create 
backups/replications (not rsync) to a remote server?
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] nvidia ethernet (again....)

2008-05-06 Thread Sam Holden
Thanks, that worked a charm.
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


[osol-help] nvidia ethernet (again....)

2008-05-05 Thread Sam Holden
The nge0 device comes up ok, but I never manage to get any traffic on it.

However, when I ping the machine from another machine on my LAN arp -na 
reports the correct MAC address for the other machine on each machine.

If I run snoop then I see ICMP Echo Requests from the ping, but no replies and 
the other machine never gets a response.

If I ping from the opensolaris machine I see Echo Requests being sent and Echo 
Replies from the other machine in the snoop output. But the ping never sees 
them and reports no answer from ...

(eg:, snoop output:
192.168.1.116 - 192.168.1.101 ICMP Echo request (ID: 825 sequence number: 19)
192.168.1.101 - 192.168.1.116 ICMP Echo reply (ID: 825 sequence number 19)

and ping reports:
# ping 192.168.1.101
no answer from 192.168.1.101

tcpdump on the other end also sees both the responses and replies.)

So it seems like the hardware is vaguely working, it does get the arp data 
correct, and snoop sees traffic, but ping doesn't work.

Any ideas, what I'm doing wrong?
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] newbie trying to install solarisexpress developer edition dual boot w/

2008-04-11 Thread Sam Pyeatte
thx Andrew that's just what I needed to know.  I think I'm going to have to pay 
for a partition mgr since getting rid of the dell system resources is tricky 
since it's on sector 0 if I understand correctly.  Sorry about the late 
response. I'm still recovering from the crash when i tried to install 
previously.  Grrr, Dell, never again. lol.
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


[osol-help] newbie trying to install solarisexpress developer edition dual boot w/ XP

2008-04-07 Thread Sam Pyeatte
I have read on other theads that Dell does something funky with their PCs like 
installing Dell utilitis on 0, which probably confuses Grub.   I'm basically a 
Photoshop user trying to escape XP, but need it to run CS3.  Anyway, my HD 0 
had the boot sector corrupted during the install session when installing an old 
download of solaris 10. I'll have to check the version on that.  Is their a 
fairly non-tech way around the Dell issue with my old dimension 5100 when using 
Solaris' version of grub on the express disk (just got it in the mail today).

solaris 10 express developer edition  1/08 version
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


[osol-help] Installing and custom boot args (eeprom)

2008-02-11 Thread Sam
Hi,
So I want to install OpenSolaris on a raid array created on my Promise TX2000, 
I tried last night but Solaris doesn't see my controller card, some googling 
around discovered that several people have managed to get Solaris to see their 
promise cards by modifying the eeprom and rebooting.  Is there a way I can run 
eeprom commands to make modifications before the installer loads or am I 
talking out of my butt?

Thanks,
Sam
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Creating 14+ disc media fileserver, suggestions for a noob to the OS?

2008-02-06 Thread Sam
Thanks for the extra suggestions, I'm going to get a 2nd 60GB drive for the OS 
now.  I don't see how it would but would having the OS on slower IDE/133 drives 
slow down access to the RAIDz of fast SATAII drives?

Sam
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


[osol-help] Creating 14+ disc media fileserver, suggestions for a noob to the OS?

2008-02-05 Thread Sam
Hi All,
I stumbled on Solaris after talking to my CEO about the server I was setting up 
and his eyes got all big and he started going on about Solaris and ZFS.  I'm 
experienced with Unix and Linux so I have some idea of what is going to go into 
this but I've already tried building my file server on Redhat, a couple custom 
fileserver distros and finally Windows Server 2003 (raid5) and wasn't happy 
with the performance of any of them.  In the end I broke down and went to Frys 
and got a NAS enclosure :p

So, Solaris, this post is essentially asking for any obvious suggestions or 
pointing out pitfalls I may be getting myself into, just a nudge in the right 
direction.  Later I'm sure there will be more direct questions :)

Here is the vision:
-Solaris 10 running software RAID/ZFS2 managing 8 drives at first with room for 
expansion
-I'm under the impression that ZFS2 is similar to RAID6.
-Couple other smaller mount points on IDE
-All it needs to do is serve files to a windows machine (SMB).

The hardware:
-I have a 4U rack case which I plan on jamming full of discs, a mini-ATX board 
(4xSATAII ports) and a PCIe 8x Raid card (8xSATAII ports).
-Solaris will run on a 60GB IDE drive
-I'm putting 8x500GB SataII drives on the Raid card as JBOD so Solaris can 
manage the discs in ZFS2
-Likely add 2x750GB SataII drives on the motherboard's sata ports shortly.

Thanks!
Sam
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org