software RAID 1

[email protected] Thu, 23 Oct 2003 10:33:32 -0500
Newsgroups gmane.linux.redhat.release.enigma
Message-ID <[email protected]>
I have a server one hard disk was corrupt. I remembered it
was software RAID 1 when I installed redhat 7.2, do you
think it can be recovered after replace that hard disk?
Thank you in advance!
Hailong

 > jonlists wrote:
> >
> > Looking for a script or something that would look at
> > xferlog, given a  list of users, and generate a daily
> > report of the last login by that  list of users.
> >
> > I'm not the greatest scripting guy in the world, would
> > appreciate any  tips, existing scripts, resources, etc.
>
> How about using the `last` command (man last for details)?
>  A short script:
>
> for i in `cat myuserlist`;do last $i | head -1;done
>
> Forrest
> --
>
>
>
>
> _______________________________________________
> enigma-list mailing list
> [email protected]
> https://www.redhat.com/mailman/listinfo/enigma-list