Jump to content
  • 0

Does Cpu Strength Mean Much When Dealing With L2Off?


Question

Recommended Posts

  • 0
Posted

You can host it in nahaleem or anything. In any case c4 was built on 2005~ and guess what cpu's they used back then. However, what matters most is IOPS and ram.

  • 0
Posted

You can host it in nahaleem or anything. In any case c4 was built on 2005~ and guess what cpu's they used back then. However, what matters most is IOPS and ram.

Fair enough; does 1TB SSD with no raid sound adequate? or should i go with 2x 512GB SSD and raid?

  • 0
Posted

Fair enough; does 1TB SSD with no raid sound adequate? or should i go with 2x 512GB SSD and raid?

Ofc raid for safety.
  • 0
Posted

Ofc raid for safety.

 

Do you actually know that there are raid configurations that do exactly the opposite than increasing safety? Raid zero for instance. The correct answer would be go 2x512 @ Raid 1

  • 0
Posted (edited)

Do you actually know that there are raid configurations that do exactly the opposite than increasing safety? Raid zero for instance. The correct answer would be go 2x512 @ Raid 1

I didn't mention because is clearly that only raid 1 is good for backup option. Raid 0 is excluded in this case. Specially when opening a live server. Well if you want raid 0 is ok but i realy don't recommand. Edited by xeL
  • 0
Posted

Actually raid 0 splits the calculations performed on each drive. Which, incase we have 2 drives, halves the operations of each one and therefore the lifetime expectancy may also be double. Regarding live servers, what you seek is speed. You shouldn't look for "safety" on drives, since the biggest downtime expected is the changing of the failed drive.

 

The solution to security is called "cloud remote backup" of the database, plus monitoring in case of ssds since they degrade before failing.

 

RAID1 helps avoiding downtimes in case of drive failure, but don't rely your server on local-only "security".

  • 0
Posted

Actually raid 0 splits the calculations performed on each drive. Which, incase we have 2 drives, halves the operations of each one and therefore the lifetime expectancy may also be double. Regarding live servers, what you seek is speed. You shouldn't look for "safety" on drives, since the biggest downtime expected is the changing of the failed drive.

 

The solution to security is called "cloud remote backup" of the database, plus monitoring in case of ssds since they degrade before failing.

 

RAID1 helps avoiding downtimes in case of drive failure, but don't rely your server on local-only "security".

I still recommand sas . l2 off works ok on all. The diferance will be on loading and not on game play. That why recommand it raid 1 anyway is up to him . He can use even 1 ssd with cloud db backup.
  • 0
Posted

SAS are speed oriented HDDs.

 

Storage drives are all about their lifespan,speed and capacity.

 

SAS are speed oriented HDDs with the same lifespan as normal HDDs, their capacity is low tho, sometimes lower than SSDs and their speed is way lower than SSDs, not to mention the ridiculus price of them at 2k15.

 

If the setup is to be a RAID1 array, then SAS are worthless in case of server leasing. While you lease a server you don't care for how many failed drives you have as they are replaced for free as long as you use the leased server. So, as long as you don't have both drives failed which can be achieved easily by monitoring the errors,health on S.M.A.R.T., you won't have any downtime at all, because when you replace a drive the other one copies itself to the new while the server runs!

 

SAS may only be usefull due to their longer lifespan when you OWN the server hardware to avoid getting new drives.

 

My 2 cents.

 

 

(lease means rent or whatever is widely called)

  • 0
Posted

SAN + Raid 5 if you got money to spend.

Otherwise, Raid 1 is quite alright with 2x SAS or just 2x normal HDD.

 

Also to be on the safe side, cloud storage backups for database.

If you use ESXi I'd recommend setting up daily snapshots of the VM which stores it on another datastore than the vmdk.

  • 0
Posted

SAN + Raid 5 if you got money to spend.

Otherwise, Raid 1 is quite alright with 2x SAS or just 2x normal HDD.

 

Also to be on the safe side, cloud storage backups for database.

If you use ESXi I'd recommend setting up daily snapshots of the VM which stores it on another datastore than the vmdk.

Regarding SAN, no comment at all.

 

Any virtualization is a DON'T!

Virtual enviroment has limitations in kernel and it may cause issues!

Learned it the hard way.

  • 0
Posted

Regarding SAN, no comment at all.

 

Any virtualization is a DON'T!

Virtual enviroment has limitations in kernel and it may cause issues!

Learned it the hard way.

 

I work in IT infrastructure, if you use proper virtual environments then it shouldn't be a problem.

Now this is not related to L2 at all.

 

Currently got over 500 virtual servers, anything from high traffic APP servers to high CPU/RAM consuming databases... list goes on and on, no issues at all.

Actually virtual hardware works more efficient than if you ran everything off the physical server.

 

It all depends on the setup and configuration.

  • 0
Posted

I'm not here to doubt your work or anything, neither to discuss it much.

We're talking l2 setup here and people tend to look for plug&play solutions with minimal configuration, so, my suggestion is to always use remote backup and fastest speeds because you don't pay for replacement drives.. If raid1 is possible then use it, it will help avoiding downtimes.

 

That's all.

  • 0
Posted

I'm not here to doubt your work or anything, neither to discuss it much.

We're talking l2 setup here and people tend to look for plug&play solutions with minimal configuration, so, my suggestion is to always use remote backup and fastest speeds because you don't pay for replacement drives.. If raid1 is possible then use it, it will help avoiding downtimes.

 

That's all.

 

Hehe it kinda went out of topic there didn't it :) 

 

I agree with using Raid 1 in this case though. 

And as I mentioned before, backing up daily db dump to cloud isn't a bad idea either.

Guest
This topic is now closed to further replies.


  • Posts

    • I am always grateful to you. I receive a lot of help from you. Thank you.
    • Sure. This is the AbnormalStatusWnd.uc file with ability of removing buff with ALT + click https://pastebin.com/iVWpYysq
    • Hello, I add this code here https://maxcheaters.com/topic/248730-agathions-acis-401-does-not-interfere-with-summons-or-pets/.     but i have problem with agathion movement, agathion does not move when the player moves. The player must stop moving for Agathion to come close him.   i think the problem is here at < _followTask = ThreadPool.scheduleAtFixedRate(new Follow(this), 1000, 1000); >>       public void followToOwner()     {                  if (_followTask == null)             _followTask = ThreadPool.scheduleAtFixedRate(new Follow(this), 1000, 1000);                                  int rnd = Rnd.get(-30, +30);         SpawnLocation loc = _owner.getPosition();                          if (!checkIfInRange(1000, this, _owner))             teleport(_owner, 30);                  if (_owner.isMoving())             getAI().tryToFollow(_owner, false);         else         {             if (!checkIfInRange(75, this, _owner))                 getAI().tryToMoveTo(new Location(loc.getX()+rnd, loc.getY()+rnd, loc.getZ()), null);             else if (checkIfInRange(30, this, _owner))                 getAI().tryToIdle();                              if (Config.AGATHION_HEAL_OWNER && !getCast().isCastingNow())             {                 if (_owner.isInOlympiadMode() || _owner.isInDuel() || _owner.getPvpFlag() != 0 || _owner.isInsideZone(ZoneId.PVP) || _owner.getKarma() != 0)                     return;                                  if ((_owner.getStatus().getHpRatio() < Config.AGATHION_PERCENT_TO_HEAL))                     getAI().tryToCast(_owner, 1011, 18);             }             else if (!Config.AGATHION_ONLY_FOLLOW && Config.AGATHION_ALLOW_SOCIAL && !isMoving() && !getCast().isCastingNow())                 broadcastPacket(new SocialAction(this, 1));         }  
    • 🌟 EMERLAND.PW — Open Beta Testing Has Begun! 🎉 Friends! We are excited to announce that the Open Beta Testing of our Lineage 2 Interlude server, based on the new Classic client, has officially started! 🚀 📌 Key Information Server Rates: x50 New client, new possibilities Numerous improvements for a more comfortable gameplay We invite everyone to join the OBT, test the game, and help us make the server even better before the official launch! Your feedback and active participation are very important to us. 🎁 Participation Bonus! After the OBT ends, all active participants will receive a special bonus on their Master Account! 📅 Join now at EMERLAND.PW and become part of our project's history! 🔥 Server Rates Exp/SP: x50 Raid Exp/SP: x50 Adena: x25 Seal Stones: x5 Drop/Spoil: x5 Quest/Quest Adena: x1 RB Drop Rate: x5 Quest Item Drop Rate: x5 Siege Guard Drop Rate: x5 Clan Reputation Rate: x5 Mob Spawn Rate: x2 Manor Rate: x5 ⚙ Server Settings Auto-loot (disabled for bosses) Players with karma cannot use NPC shops Auto skill learning Subclass addition without quest (max. 10 subclasses) Warsmith & Overlord can be added as subclasses Elf & Dark Elf subclasses available for all Heroic skills remain when switching to a subclass Alternative protection for characters after teleport (Celestial Shield for 15 sec) Clan warehouse item withdrawal rights can be given to members, not just CL Catacomb teleportation for Adena Buff limit: 60 (duration: 60 min) Dance/Song limit: 24 (duration: 60 min) Enchanted items can be traded and sold Max enchant level: 20 Multiple character login from one account is allowed Two types of champion mobs: x10, x50 (Drop: 0.5% Gold Einhasad, 5% Silver Shilen) 🛍 In-Game Shop Gear up to B-Grade included Mana Potion, Mana Drug available for Adena Accessories, Costumes, Mounts, Belts, Cloaks – for Silver Shilen & Gold Einhasad (cosmetic only, no P2W) 💰 Main Server Currencies Silver Shilen – earned through events, champion mob drops, voting Gold Einhasad – obtained through server support, events, voting, champion mob drops 🏆 Game Commands .cfg — Game settings .exp — XP to next level .time — Server date & time .clan — Clan panel .relog — Quick relog .ping — Check ping .rb — Raid boss statistics .topclan — Clan rankings .whoiam — Character stats .rcm — Clan recall (CL only) ⚔ In-Game Events The server features 3 events: TvT, DM, CTF. 🔹 Rewards for participation & victories 🕒 Event Schedule (server time .time😞 TvT: 03:00, 08:00, 13:00, 16:00, 19:00, 22:00 DM: 04:00, 10:00, 14:00, 17:00, 20:00, 23:00 CTF: 06:00, 12:00, 15:00, 18:00, 21:00, 00:00 🤖 Auto-Farm Cost: 2 Silver Shilen/hour Limit: 24 hours Activation: .autofarm 🎟 Premium Account Premium boosts all rates x2. 1 day — 1 Gold Einhasad 7 days — 4 Gold Einhasad 30 days — 10 Gold Einhasad ⭐ Server Features Chronicles: Interlude Game Client: Classic Updated Core/Orfen stats (upgraded to level 3) Core Ring 2 lvl: +3% M. Atk, +1 MEN Core Ring 3 lvl: +6% M. Atk, +1 MEN, +1 WIT Orfen Earring 2 lvl: +3% P. Atk, +1 CON Orfen Earring 3 lvl: +6% P. Atk, +1 CON, +1 DEX New Skills Added: Spoilers — Festive Sweeper (AoE sweep) PP, EE, SE, BP — Might of Heaven (PvP skill) Horse Tamers — Hydro Blast (weakened power, 1 Cursed Bone) Cat Tamers — Prominence (weakened power, 1 Cursed Bone) Shadow Tamers — Hurricane (weakened power, 1 Cursed Bone) 🎮 Join us now at EMERLAND.PW and start your adventure today! 🚀
  • Topics

×
×
  • Create New...