cause of reboot

2013-09-30 Thread Emre Çamalan
Hi,
my server reboots every night and same o'clock last 10 days. But this machine's 
uptime was 96days.

Suddenly reboot this machine and now this continue every night again and again.

I didn't find any reason and I didn't change anything else.

I looked last command, 
reboot ~ ~   AM 03.15  ~


I checked dmesg -a , it has only generic things no other things.

I checked /var/log/messages

I wrote script and checked swapinfo , cpu and memory but all of them was normal 
before reboot.

I checked crontab and scripts.

I checked crashinfo  but no dump from kernel.

I didn't find any useful info from this commands.

I checked praudit /var/audir/20130930..CrashRecovery  
and I didn't understand very well from this file but I think this means my 
machine crash and reboot isn't it??

And How can I understand what is the reason of rebooting my FreeBSD8.3 server.

Please help I need to find cause of reboot..
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org


Re: cause of reboot

2013-09-30 Thread Emre Çamalan
Yes I checked also it , such as ;
grep -i 'reboot' /root/scripts/* -R
grep -i 'halt' /root/scripts/* -R
grep -i 'shutdown' /root/scripts/* -R


30.09.2013, 17:33, Jason Hellenthal jhellent...@dataix.net:
 Did you check for the command reboot in all of the periodic scripts and cron 
 jobs as well as the command shutdown ?

 On Sep 30, 2013, at 10:24, Emre Çamalan mail...@yandex.com wrote:

 Hi,
 my server reboots every night and same o'clock last 10 days. But this 
 machine's uptime was 96days.

 Suddenly reboot this machine and now this continue every night again and 
 again.

 I didn't find any reason and I didn't change anything else.

 I looked last command,
 reboot ~ ~   AM 03.15  ~

 I checked dmesg -a , it has only generic things no other things.

 I checked /var/log/messages

 I wrote script and checked swapinfo , cpu and memory but all of them was 
 normal before reboot.

 I checked crontab and scripts.

 I checked crashinfo  but no dump from kernel.

 I didn't find any useful info from this commands.

 I checked praudit /var/audir/20130930..CrashRecovery
 and I didn't understand very well from this file but I think this means my 
 machine crash and reboot isn't it??

 And How can I understand what is the reason of rebooting my FreeBSD8.3 server.

 Please help I need to find cause of reboot..
 ___
 freebsd-hackers@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
 To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org

Zfs encryption property for freebsd 8.3

2013-09-03 Thread Emre Çamalan
Hi, 
I want to encrypt some disk on my server with Zfs encryption property but it is 
not available.

Are there anybody have got an experience about this?


[url]http://docs.oracle.com/cd/E23824_01/html/821-1448/gkkih.html#scrolltoc[/url]
[url]http://www.oracle.com/technetwork/articles/servers-storage-admin/manage-zfs-encryption-1715034.html[/url]

These are good explanations but I got an error and output shows all property;


[root@HP ~]# zpool status
  pool: output
 state: ONLINE
  scan: none requested
config:

NAMESTATE READ WRITE CKSUM
output  ONLINE   0 0 0
  ad0s1eONLINE   0 0 0

errors: No known data errors
[root@HP ~]# zfs create -o encryption=on output/home
cannot create 'output/home': invalid property 'encryption'
[root@HP ~]# zfs get encryption
bad property list: invalid property 'encryption'
usage:
get [-rHp] [-d max] [-o all | field[,...]] [-t type[,...]] [-s 
source[,...]]
all | property[,...] [filesystem|volume|snapshot] ...

The following properties are supported:

PROPERTY   EDIT  INHERIT   VALUES

availableNO   NO   size
clones   NO   NO   dataset[,...]
compressratioNO   NO   1.00x or higher if compressed
creation NO   NO   date
defer_destroyNO   NO   yes | no
mounted  NO   NO   yes | no
origin   NO   NO   snapshot
refcompressratio  NO   NO   1.00x or higher if compressed
referenced   NO   NO   size
type NO   NO   filesystem | volume | snapshot
used NO   NO   size
usedbychildren   NO   NO   size
usedbydatasetNO   NO   size
usedbyrefreservation  NO   NO   size
usedbysnapshots  NO   NO   size
userrefs NO   NO   count
written  NO   NO   size
aclinherit  YES  YES   discard | noallow | restricted | 
passthrough | passthrough-x
aclmode YES  YES   discard | groupmask | passthrough | 
restricted
atime   YES  YES   on | off
canmountYES   NO   on | off | noauto
casesensitivity  NO  YES   sensitive | insensitive | mixed
checksumYES  YES   on | off | fletcher2 | fletcher4 | sha256
compression YES  YES   on | off | lzjb | gzip | gzip-[1-9] | zle
copies  YES  YES   1 | 2 | 3
dedup   YES  YES   on | off | verify | sha256[,verify]
devices YES  YES   on | off
execYES  YES   on | off
jailed  YES  YES   on | off
logbias YES  YES   latency | throughput
mlslabelYES  YES   sensitivity label
mountpoint  YES  YES   path | legacy | none
nbmand  YES  YES   on | off
normalizationNO  YES   none | formC | formD | formKC | formKD
primarycacheYES  YES   all | none | metadata
quota   YES   NO   size | none
readonlyYES  YES   on | off
recordsize  YES  YES   512 to 128k, power of 2
refquotaYES   NO   size | none
refreservation  YES   NO   size | none
reservation YES   NO   size | none
secondarycache  YES  YES   all | none | metadata
setuid  YES  YES   on | off
sharenfsYES  YES   on | off | share(1M) options
sharesmbYES  YES   on | off | sharemgr(1M) options
snapdir YES  YES   hidden | visible
syncYES  YES   standard | always | disabled
utf8only NO  YES   on | off
version YES   NO   1 | 2 | 3 | 4 | 5 | current
volblocksize NO  YES   512 to 128k, power of 2
volsize YES   NO   size
vscan   YES  YES   on | off
xattr   YES  YES   on | off
userused@... NO   NO   size
groupused@...NO   NO   size
userquota@...   YES   NO   size | none
groupquota@...  YES   NO   size | none
written@snap   NO   NO   size

Sizes are specified in bytes with standard units such as K, M, G, etc.

User-defined properties can be specified by using a name containing a colon (:).

The {user|group}{used|quota}@ properties must be appended with
a user or group specifier of one of these forms:
POSIX name  (eg: matt)
POSIX id(eg: 126829)
SMB name@domain (eg: matt@sun)
SMB SID (eg: S-1-234-567-89)
[root@HP ~]# 
-

How can I use or add encryption property to FreeBsd 8.3?
___

Re: HP ILO FreeBSD 8.3 Installation problem

2013-07-08 Thread Emre Çamalan
SOLUTION:
Hi,
USB memstick img file is solution for me. 
I try FreeBSD-8.3-RELEASE-amd64-memstick.img.
I downloaded this img file and copy to USB, not burn it to USB.
Then attach to İLO such as USB virtual image then sysinstall start, BUT I 
selected installation from usb install NOT CD/DVD installation.

thanks for your answers.



04.07.2013, 17:58, Emre Çamalan mail...@yandex.com:
 Hi,
 I'm trying to install FreeBSD with an HP ILO 4 advanced, web interface. I 
 tried to install FreeBSD 8.2, FreeBSD 8.3 and FreeBSD 8.4. I tried to use 
 acd0 and cd0 as media. I got the same result. Details about the problem I 
 attach pictures.

 ERROR: I'm trying to add freebsd8.3iso from ILO such as virtual drive not 
 from cd or dvd.

 Error: mounting /dev/acd0 on /dist: Input/output error (5)

 other ERROR:
 Unable to initialize selected media. Would you like to adjust your media 
 configuration and try again?

 ,
 ___
 freebsd-hackers@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
 To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org

HP ILO FreeBSD 8.3 Installation problem

2013-07-04 Thread Emre Çamalan
Hi,
I'm trying to install FreeBSD with an HP ILO 4 advanced, web interface. I tried 
to install FreeBSD 8.2, FreeBSD 8.3 and FreeBSD 8.4. I tried to use acd0 and 
cd0 as media. I got the same result. Details about the problem I attach 
pictures.

ERROR: I'm trying to add freebsd8.3iso from ILO such as virtual drive not from 
cd or dvd.

Error: mounting /dev/acd0 on /dist: Input/output error (5)

other ERROR:
Unable to initialize selected media. Would you like to adjust your media 
configuration and try again?

___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org

FreeBSD Hp Proliant DL580 g7 IBM 3650 installation problem

2013-01-10 Thread Emre Çamalan
Hi,

I have got a big computer which has got at least 4 core Hp Proliant DL580 g7 
server. 
And it has got HP p410i smart array RAID card.


I tried to install FreeBSD 8.2, 8.3 9.1 from DVD and bootonly cd but after 
passed menu screen I got an error.



Please show me the way for solution.

I attached last screenshot from HP 580.

And IBM machine give an error and restart again and again.
I attached screenshot too.___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org