search for: mdt

Displaying 20 results from an estimated 316 matches for "mdt".

Did you mean: gdt
2013 Apr 29
1
Global Catalog replication error to win 2008
...0ce9c DSA invocationId: abb0cab3-13d3-456c-8a16-e65a4855a2df ==== INBOUND NEIGHBORS ==== DC=ForestDnsZones,DC=mydomain,DC=local ??????? Default-First-Site-Name\DC0 via RPC ??????????????? DSA object GUID: 2f9a5ed0-165e-4e2f-a1e4-9814baaea7cb ??????????????? Last attempt @ Mon Apr 29 17:15:53 2013 MDT was successful ??????????????? 0 consecutive failure(s). ??????????????? Last success @ Mon Apr 29 17:15:53 2013 MDT DC=DomainDnsZones,DC=mydomain,DC=local ??????? Default-First-Site-Name\DC0 via RPC ??????????????? DSA object GUID: 2f9a5ed0-165e-4e2f-a1e4-9814baaea7cb ??????????????? Last attempt...
2011 May 31
3
DateTime Math in R - POSIXct
...in my program. Before I punt and use lubridate or timeDate, could anyone please help me understand why POSIXct forces my variable back to GMT? I suspect that I'm not properly coding the tzone value, but it does not throw an error as-is. > tstamp <- "2011-05-22 11:45:00 MDT" > mode(tstamp) [1] "character" > > dateP <- as.POSIXct(tstamp, origin="1970-01-01", tzone="MDT") > mode(dateP) [1] "numeric" > dateP [1] "2011-05-22 11:45:00 MDT" > > dateN <- as.numeric(dateP) > date...
2008 Jun 17
4
maximum MDT inode count
For future filesystem compatibility, we are wondering if there are any Lustre MDT filesystems in existence that have 2B or more total inodes? This is fairly unlikely, because it would require an MDT filesystem that is > 8TB in size (which isn''t even supported yet) and/or has been formatted with specific options to increase the total number of inodes. This can be ch...
2008 Jun 17
4
maximum MDT inode count
For future filesystem compatibility, we are wondering if there are any Lustre MDT filesystems in existence that have 2B or more total inodes? This is fairly unlikely, because it would require an MDT filesystem that is > 8TB in size (which isn''t even supported yet) and/or has been formatted with specific options to increase the total number of inodes. This can be ch...
2007 Nov 12
8
More failover issues
In 1.6.0, when creating a MDT, you could specify multiple --mgsnode options and it would failover between them. 1.6.3 only seems to take the last one and --mgsnode=192.168.1.252 at o2ib:192.168.1.253 at o2ib doesn''t seem to failover to the other node. Any ideas how to get around this? Robert Robert LeBlanc College o...
2010 Aug 19
3
SSD caching of MDT
Article by Jeff Layton: http://www.linux-mag.com/id/7839 anyone have views on whether this sort of caching would be useful for the MDT? My feeling is that MDT reads are probably pretty random but writes might benefit...? GREG -- Greg Matthews 01235 778658 Senior Computer Systems Administrator Diamond Light Source, Oxfordshire, UK
2006 Aug 29
1
Tasks get executed twice with repeat_every
...ef do_work(args) @logger.debug("Sending due notes. The current time is #{Time.now}") end end I want this to run every minute, all the time. The first run is fine, but it seems that subsequent runs get executed twice. From the logfile: # Logfile created on Mon Aug 28 19:18:01 MDT 2006 by logger.rb/1.5.2.7 Sending due notes. The current time is Mon Aug 28 19:18:03 MDT 2006 Sending due notes. The current time is Mon Aug 28 19:19:03 MDT 2006 Sending due notes. The current time is Mon Aug 28 19:19:03 MDT 2006 Sending due notes. The current time is Mon Aug 28 19:20:03 MDT 2006 S...
2008 Feb 05
2
obdfilter/datafs-OST0000/recovery_status
I''m evaluating lustre. I''m trying what I think is a basic/simple ethernet config. with MDT and OST on the same node. Can someone tell me if the following (~150 second recovery occurring when small 190 GB OST is re-mounted) is expected behavior or if I''m missing something? I thought I would send this and continue with the eval while awaiting a response. I''m using lustre...
2010 Jul 20
1
mdt backup tar --xattrs question
Greetings Group! I hope this will be an easy one. To conserve steps in backing up the metadata extended attributes of a Lustre mdt, I am looking at using a newer version of tar combined with its --xattrs option. (Note: Previously I have used the mdt two-step back-up from the Lustre Manual and it has been successful.) If I can backup the extended attributes via tar so that I don''t have to issue both a getfattr and...
2014 May 26
0
Remove filesystem directories from MDT
...1.raw]# lfs getstripe vm-106-disk-1.raw vm-106-disk-1.raw/vm-106-disk-1.raw lmm_stripe_count: 1 lmm_stripe_size: 1048576 lmm_pattern: 1 lmm_layout_gen: 0 lmm_stripe_offset: 19 obdidx objid objid group 19 7329413 0x6fd685 0 But when I mount the MDT with “Ldiskfs” I can see correctly the filesystem in the “ROOT” mdt directory. I wish to remove from the client this looped directory (dir B in the example), but when I try to remove I get a “kernel panic" in the MDS/MGS. is it a good idea remove a subdirectory in the MDT (with Ldiskfs mount...
2013 Sep 15
0
Lustre 2.4 MDT: LustreError: Communicating with 0@lo: operation mds_connect failed with -11
I''m a Lustre newbie who just joined this list. I''d appreciate any help on the following Lustre 2.4 issue I''m running into: Every time I mount the MDT, the mount appears to succeed but /var/log/messages contains the message: "LustreError: 11-0: lustre-MDT0000-lwp-MDT0000: Communicating with 0@lo, operation mds_connect failed with -11". The MDT uses 4 local drives in a RAID10 configuration. Each OSS has their own RAID10 of 36 drives ea...
2013 Jul 16
2
pxechn.c32: passing options to iPXE
In PXELinux 4.06 (the vanilla version, not gpxelinux.0), I'm trying to use pxechn.c32 to call iPXE (undionly) with option 67 set to call an iPXE script. The relevant portion of my PXELinux config looks like this: LABEL MDT MENU LABEL ^B - MDT 2012 SP1 com32 pxechn.c32 APPEND undionly.kpxe -o 67.s=ipxe/mdt.ipxe However iPXE doesn't seem to get the option correctly, it goes into auto-boot mode instead of loading the script. I've tried with pxelinux.0 and pxechn.c32 from 6.01 with the same result. Also...
2012 Jul 02
1
Undocumented behavior around daylight savings time?
...into R date-time numbers (seconds since 1970-01-01). Unfortunately, when I cast the R date-time number into POSIXct format it seems to adjust silently by one hour to reflect daylight savings time, but I have been unable to suppress that behavior. (The problem is that the matlab date is already in MDT, and I don't want to have to write my own code to suppress the added hour only when local DST rules apply.) To use the example of the R date-time number 1340717324, this is the behavior I observe: > as.POSIXct(1340717324,origin='1970-01-01') [1] "2012-06-26 14:28:44 MDT"...
2007 Nov 01
1
daylight saving / time zone issues with as.POSIXlt/as.POSIXct (PR#10392)
Running under Windows XP 64 bit, as.POSIXlt()/as.POSIXct() seem to think that US time zones (EST5EDT, MST7MDT) switched from daylight savings back to standard time on Oct 28, 2007, whereas the switch is actually on Sun Nov 04, 2007. Examples: > Sys.timezone() [1] "Mountain Daylight Time" > as.POSIXct("2007-10-30 12:38:47") [1] "2007-10-30 12:38:47 Mountain Daylight Time&q...
2007 Nov 19
6
Dedicated MGS?
...may be in the documentation. If so, I missed it. If a site has multiple Lustre file systems, the documentation implies that there only needs to be a single MGS for an entire site (regardless of the number of file systems). However, I also know it is fairly common to have a combined MGS/MDT. So here are the questions. 1. If we are going to have several Lustre file systems, is there any reason not to create each one with its own combined MGS/MDT? 2. Can an MGS which is a combined MGS/MDT for one file system serve as the MGS for one or more other file systems where the MGS a...
2010 Jul 14
2
tunefs.lustre --print fails on mounted mdt/ost with mmp
Just checking to be sure this isn''t a known bug or problem. I couldn''t find a bz for this, but it would appear that tunefs.lustre --print fails on a lustre mdt or ost device if mounted with mmp. Is this expected behavior? TIA mds1-gps:~ # tunefs.lustre --print /dev/mapper/mdt1 checking for existing Lustre data: not found tunefs.lustre FATAL: Device /dev/mapper/mdt1 has not been formatted with mkfs.lustre tunefs.lustre: exiting with 19 (No such device)...
2016 Oct 03
0
How to Migrate Samba AD from one server to another
...eec84e4445a DSA invocationId: c47710e7-8649-4c2f-bf82-f26c8d23effc ==== INBOUND NEIGHBORS ==== DC=DomainDnsZones,DC=myhome,DC=example,DC=com Default-First-Site-Name\NUREYEV via RPC DSA object GUID: 275c02e7-7077-4b10-ab71-77efeb93bb6b Last attempt @ Sun Oct 2 18:10:24 2016 MDT failed, result 2 (WERR_BADFILE) 301 consecutive failure(s). Last success @ NTTIME(0) DC=ForestDnsZones,DC=myhome,DC=example,DC=com Default-First-Site-Name\NUREYEV via RPC DSA object GUID: 275c02e7-7077-4b10-ab71-77efeb93bb6b Last attempt @ Sun Oct 2 18:10...
2008 Jan 28
1
Questions on MDT inode size
Hi, The documentation warns about using smaller inodes than 512 bytes on the MDT. If I plan to use a stripecount of one (I have many small files), is it possible to use an inode size of 256 bytes and still use in-inode EAs for metadata ? Thanks /Jakob
2013 Jul 16
2
pxechn.c32: passing options to iPXE
...> > In PXELinux 4.06 (the vanilla version, not gpxelinux.0), I'm trying to > use > > pxechn.c32 to call iPXE (undionly) with option 67 set to call an iPXE > > script. > > > > The relevant portion of my PXELinux config looks like this: > > > > LABEL MDT > > MENU LABEL ^B - MDT 2012 SP1 > > com32 pxechn.c32 > > APPEND undionly.kpxe -o 67.s=ipxe/mdt.ipxe > > > > However iPXE doesn't seem to get the option correctly, it goes into > > auto-boot mode instead of loading the script. > > Odd. What'...
2012 Oct 09
1
MDS read-only
Dear all, Two of our MDS have got repeatedly read-only error recently after once e2fsck on lustre 1.8.5. After the MDT mounted for a while, the kernel will reports errors like: Oct 8 20:16:44 mainmds kernel: LDISKFS-fs error (device cciss!c0d1): ldiskfs_ext_check_inode: bad header/extent in inode #50736178: invalid magic - magic 0, entries 0, max 0(0), depth 0(0) Oct 8 20:16:44 mainmds kernel: Aborting journal on...