Search Results

Search: Posts Made By: em23
Forum: Solaris 02-09-2010
2,243
Posted By em23
I tried both and I still get the same error. ...
I tried both and I still get the same error.

"Fast Data Access MMU Miss"

---------- Post updated at 12:28 PM ---------- Previous update was at 12:09 PM ----------

is there a way to update...
Forum: Solaris 02-08-2010
2,243
Posted By em23
ufsrestore will not boot
hey all,

i did a ufsdump/restore from a mirrored system and i'm not able to get the new system to boot off of the dump.

system 1 is a v245 mirrored with disk suite. metadb's are in place
...
3,929
Posted By em23
i may have forgotten to delete those extra ones...
i may have forgotten to delete those extra ones in there, but yes this is the full script.

i have not test it out. i've been working on the other part to get the ":" added to my full_tapes file....
3,929
Posted By em23
script assistance with shift J
Hey all, I need some assistance. I'm writing a script to eject tapes from a tape library, but the library is not a queued system and can only eject 15 tapes at a time.

I added paste -d : -s so...
1,490
Posted By em23
Moving most current files
Hey all, I'm writing a script to move the latest file from several directories into another directory and I need some help with getting the syntax to move the latest files from all directories.

So...
Forum: Solaris 02-26-2009
2,286
Posted By em23
cool! nothing will change, only the hardware. we...
cool! nothing will change, only the hardware. we are decommisioning the old server and this is the last zone i need to migrate, but i am not having any luck configuring ProFTPD/SSL that they are...
Forum: Solaris 02-26-2009
2,286
Posted By em23
Question regarding Zone Migration
I have a general question regarding Zone Migration.

I have an older system that is currently running a zone configured with ProFTPD & SSL.

If I want to migrate or clone that zone to another...
Forum: Solaris 02-03-2009
2,346
Posted By em23
Missing Base Directory
Hey all,

I'm attempting to migrate a zone from one system to another, but I noticed that on the new system ssl BASEDIR was missing. I was wondering if creating the directory path for this would...
Forum: Solaris 01-28-2009
2,719
Posted By em23
Removing ro option from zones
Hey all, I need to remove the ro option from an fs on a zone. Does anyone know how to do this without removing the fs and recreating it?

fs:
dir: /home/em23/prod
special:...
Forum: Solaris 01-21-2009
6,954
Posted By em23
never mind...i figured it out.
never mind...i figured it out.
Forum: Solaris 01-21-2009
6,954
Posted By em23
send break
Does anyone know how to send break on a Blade 100?

I'm using a serial cable on my laptop and I can see the system boot up just fine, but I want to send break so i can have it boot from cdrom...
6,269
Posted By em23
looks like that did the trick, methyl. :b: ...
looks like that did the trick, methyl. :b:

thank you both for your feedback and suggestions.
6,269
Posted By em23
actually, conf is a directory and i'm trying to...
actually, conf is a directory and i'm trying to move said directory (conf) to conf.orig which works just fine if i do mv /etc/dmi/conf /etc/dmi/conf.orig. but i'm working with multiple zones in...
6,269
Posted By em23
nevermind. disregard my last. my test showed an...
nevermind. disregard my last. my test showed an error in the 'do' line.
6,269
Posted By em23
so would the mv statement be written into this...
so would the mv statement be written into this like so...


if [ -d /etc/dmi/conf/ ];
then
print '/etc/dmi/conf/ does exist'
do
mv "$?" conf.orig
else
print '/etc/dmi/conf/ does NOT...
6,269
Posted By em23
here is the error that i get when i run the...
here is the error that i get when i run the script.

mv: cannot access conf
mv: cannot access conf
6,269
Posted By em23
Do you mean test, like so: test -d...
Do you mean test, like so:

test -d /etc/dmi/conf
if [ "$?" -eq 0 ]
then
print '/etc/dmi/conf does exist'
else
print '/etc/dmi/conf does NOT exist'
fi

and when executed......
6,269
Posted By em23
here is are the changes that i made. ...
here is are the changes that i made.




#!/usr/bin/ksh

if [ -e /etc/dmi/conf/ ]; then #check to see if /etc/dmi/conf exists
mv conf conf.orig # move the file to .orig
else
print...
6,269
Posted By em23
typo, i forgot the 'ls' in there.
typo, i forgot the 'ls' in there.
6,269
Posted By em23
defining variables
Hey all, I was wondering if someone would take a look at this script I'm working on. I don't know if i have the syntax correct for my variables and if the for loop is written correctly.

any...
Forum: Solaris 12-16-2008
10,680
Posted By em23
LDAP user password reset script
Hey all,

I'm looking for a script to auto-generate a password for users that forget their password.

Currently, we are using a perl script (with cgi-bin) where users update their password, but...
Forum: Solaris 12-05-2008
8,512
Posted By em23
that's what i thought. thanks, seg!
that's what i thought.

thanks, seg!
Forum: Solaris 12-05-2008
8,512
Posted By em23
so basically i have users running certain...
so basically i have users running certain commands, not as root, but other user, but when they sudo su - username i want them to be able to still type sudo when they need to execute a cmd as that...
Forum: Solaris 12-05-2008
8,512
Posted By em23
sudo for users
Hello gurus,

Is there a flag or switch that you can added to sudoers file to always have users type 'sudo' prior to running a command?
Forum: Solaris 11-14-2008
18,763
Posted By em23
yeah...i think i got it figured out. i'm going to...
yeah...i think i got it figured out. i'm going to play around with it some more and i'll post my results after i test it IF it's successful. but thanks for your help perderabo!
Showing results 1 to 25 of 33

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